home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / AppleShare IP SDK / ASIP User Authentication Module / Sample Code / Client UAM / SampleUAM.h < prev    next >
Encoding:
Text File  |  1998-07-17  |  266 b   |  15 lines  |  [TEXT/CWIE]

  1. // Sample UAM.h
  2.  
  3. #include <Types.h>
  4.  
  5. #include "ClientUAM.h"
  6.  
  7. enum {
  8.     kSampleCfg = (1 << kUseVolDlog),    // the value returned from UAMOpen
  9. };
  10.  
  11. Boolean        FindStringInBuf(StringPtr,Ptr,UInt32);
  12.  
  13. long        SampleOpen(UAMArgs *theArgs);
  14.  
  15. OSStatus    SampleLogin(UAMArgs *theArgs);